We’re trying to determine which users are on-call for certain schedules. For that, we query https://api.pagerduty.com/schedules/{id}/users with the given schedule ID and pass the since
and until
parameters.
If the time range extends more than ~3 months into the future, the call returns only users from the first 3 months. If the time range starts ~3 months into the future and ends ~6 months into the future, no users are returned at all.
Is there any limitation on the since
and until
fields for the https://api.pagerduty.com/schedules/{id}/users endpoint?
Thanks!
Peter